home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0118.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.5 KB  |  37 lines

  1. >>   For instance, the SideShooter demo automatically resizes the display 
  2. >>   depending on whether you're using a PAL or NTSC Amiga. Of course,
  3. >>   I'll probably have to change it for the final release as I believe we
  4. >>   are suppose to be using a fixed-size display 234 pixels high
  5. >>   (Mr. Giark?).
  6.  
  7.    > Correct. The menu program (have you looked at it?) detects your amiga
  8.    > type, processor type, etc. and sets variables accordingly. It should
  9.    > work on any amiga, though it will need at least 1Meg CHIP and 1Meg
  10.    > FAST to run properly.
  11.  
  12.       Yes, I had a look at the excellent menu executable. It's a very nice
  13.       piece of work...
  14.  
  15.       I realize that I need to access the Config file to extract the user's
  16.       desired configuration, but they can still center that 234-pixel box
  17.       and I can use that data to center my variable-size displays. 
  18.  
  19.       I'm currently using a 225-pixel display for NTSC users and a
  20.       265-pixel display for PAL-users, which is why NTSC-mode has a
  21.       greater amount of vertical-scrolling compared to the tiny vertical
  22.       scroll area on PAL-machines.
  23.  
  24.       The reason I'm using 225-pixels for the NTSC display is because I
  25.       know for a fact that some televisions can only display 225 lines in
  26.       NTSC.  My brother's television is one of them...
  27.  
  28.       Anyway, this really shouldn't matter as I will center everything
  29.       based around the data the user has stored in the Config file, which 
  30.       means everything should work out fine in the end, correct?
  31.  
  32.  
  33.          Take  care,
  34.          GARFIELD  
  35.  
  36.  
  37.